home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / nn.zip / ROUTES.SAM < prev    next >
Text File  |  1989-06-28  |  2KB  |  68 lines

  1. # This file is read from the beginning until a match for a specific
  2. # domain/site pair is found.  Initially all lines applies to all
  3. # domains and hosts.  (NOTICE: we use domain == top-level domain)
  4. #
  5. # In the following list of requests, <host name> is the name of the
  6. # LOCAL host, <domain> and <site> is the receivers domain and site.
  7. #
  8. #    /L <domain>    local domain name(s), implies /D <domain> command
  9. #    /H <local host>    following lines only applies to specified local host
  10. #    /H        following lines applies to all hosts
  11. #    /N <site>    site is neighbour to local host (+prefix)
  12. #    /D <domain>    following lines applies to specified domain only
  13. #    /D        following lines applies to all domains
  14. #    /P <prefix>    <prefix> is prefixed to the generated address
  15. #    /B <pattern>    address to use for multi-hop bang addresses
  16. #    /G <pattern>    default address pattern
  17. #    <site> <pattern> address patterns used to reach given site
  18. #
  19. # The <domain>, <host>, and <site> specifications can be a comma-separated
  20. # list of domain, host, or site names (without spaces).
  21. #
  22. # Address patterns are copied directly to the generated address, except
  23. # that the following sequences are substituted:
  24. #    %n    name of receiver
  25. #    %s    receiver's site (with top-level domain stripped off)
  26. #    %d    receiver's top-level domain
  27. #    %b    first N-1 sites from N multi-hop bang address
  28. #    %p    drop <preix> if one is specified
  29. #    %%    a % character
  30. #
  31. # Default rules:
  32. #    %n@local-host.local-domain -> %p%n
  33. #    %n@neighbour-host.remote-domain -> %s.%d!%n
  34. #
  35. # Example configuration (AmbraSoft A/S, September 1987):
  36. #
  37. # Backbone:              dkuug.dk
  38. #                |
  39. # In-house:    olamb.dk---- ambush.dk ------ ambra.dk
  40. #              /    |   \
  41. # Direct:          oldk1.dk oldk2.dk  olgb1.uucp(=olgb1.oliv.co.uk)
  42. #
  43. # This file can be used unchanged on all in-house systems.
  44.  
  45. /L dk,uucp
  46.  
  47. /H ambra,olamb
  48. /N ambush
  49. /P         ambush!
  50.  
  51. /H
  52. /N dkuug
  53. /N ambra,olamb
  54. /N oldk1,oldk2
  55.  
  56. /L uucp
  57. /N olgb1
  58.  
  59. /D uk
  60. olgb1.oliv.co    olgb1!%n
  61.  
  62. /D
  63.  
  64. /P+        dkuug!
  65.  
  66. /B        %b!%s!%n
  67. /G        %s.%d!%n
  68.